dwc_otg: add module parameter int_ep_interval_min
authorP33M <p33m@github.com>
Mon, 12 Jun 2017 15:10:03 +0000 (16:10 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:37:57 +0000 (17:37 +0000)
commite090668412fd01f90944e61e7e78aacffcd0b09a
tree6c8ef59b24e02f945657af01f3453d818c7150ee
parentacb5fdfd5bae5e8693aee8f92404b043de7dc0c0
dwc_otg: add module parameter int_ep_interval_min

Add a module parameter (defaulting to ignored) that clamps the polling rate
of high-speed Interrupt endpoints to a minimum microframe interval.

The parameter is modifiable at runtime as it is used when activating new
endpoints (such as on device connect).
drivers/usb/host/dwc_otg/dwc_otg_driver.c
drivers/usb/host/dwc_otg/dwc_otg_hcd_queue.c